PUT api/ava/update
Request Information
URI Parameters
None.
Body Parameters
RequestAppointmentVsAccountUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| APICallID | string |
None. |
|
| AppointmentTimestamp | date |
None. |
|
| ChiefComplaint | string |
None. |
|
| DoctorID | integer |
None. |
|
| HospitalID | integer |
None. |
|
| ID | integer |
None. |
|
| IsActive | boolean |
None. |
|
| ParentID | integer |
None. |
|
| ProcedureID | integer |
None. |
|
| Remarks | string |
None. |
|
| StatusID | integer |
None. |
|
| UserID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"APICallID": "sample string 1",
"AppointmentTimestamp": "2025-12-16T10:37:05.2798686+08:00",
"ChiefComplaint": "sample string 3",
"DoctorID": 4,
"HospitalID": 5,
"ID": 6,
"IsActive": true,
"ParentID": 8,
"ProcedureID": 9,
"Remarks": "sample string 10",
"StatusID": 11,
"UserID": "sample string 12"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.